home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / widget / r3drgmto.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  566 b   |  33 lines

  1.  
  2. // JavaScript wrapper for r3drgmto.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_GMANAGERDROPTOOL_H = 1;
  7. include("real/widget/r3drwito.js")
  8.  
  9.  
  10. var R3CLID_GMANAGERDROPTOOL = 871;
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18. var R3GMDTOPTION_OPT1 = 0;
  19. var R3GMDTOPTION_OPT2 = 1;
  20.  
  21.  
  22. function r3Gmanagerdroptool () { 
  23.    this.base = r3God;
  24.    if(arguments.length) {
  25.       this.base(R3CLID_GMANAGERDROPTOOL, arguments);
  26.    }
  27.    // Methods
  28.  
  29.    // Attributes
  30. }
  31.  
  32. r3Gmanagerdroptool.prototype=new r3Widgetdroptool;
  33. // r3drgmto.h_H